home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00085_Stop PhotoShoot Sprite Script.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  139 b   |  10 lines

  1. on mouseDown
  2.   global giInPlay
  3.   buttonLogic()
  4.   if the result = 1 then
  5.     set giInPlay to 0
  6.     unLoad(521)
  7.     unLoad(250)
  8.   end if
  9. end
  10.